home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP Kasım 1998.iso / autorun.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-10-02  |  1KB  |  56 lines

  1. object Form1: TForm1
  2.   Left = 398
  3.   Top = 213
  4.   Width = 408
  5.   Height = 227
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'CHIP  KASIM CD'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 400
  21.     Height = 200
  22.     AutoSize = True
  23.     Picture.Data = {<image001.bmp>}
  24.   end
  25.   object qt: TShape
  26.     Left = 109
  27.     Top = 104
  28.     Width = 200
  29.     Height = 26
  30.     Cursor = crHandPoint
  31.     Brush.Style = bsClear
  32.     Pen.Style = psClear
  33.     OnMouseDown = qtMouseDown
  34.   end
  35.   object explore: TShape
  36.     Left = 223
  37.     Top = 162
  38.     Width = 162
  39.     Height = 26
  40.     Cursor = crHandPoint
  41.     Brush.Style = bsClear
  42.     Pen.Style = psClear
  43.     OnMouseDown = exploreMouseDown
  44.   end
  45.   object run: TShape
  46.     Left = 12
  47.     Top = 152
  48.     Width = 143
  49.     Height = 25
  50.     Cursor = crHandPoint
  51.     Brush.Style = bsClear
  52.     Pen.Style = psClear
  53.     OnMouseDown = runMouseDown
  54.   end
  55. end
  56.